Attachment Constructor (String, Stream) |
Initializes a new instance of the Attachment class based on the supplied stream.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Attachment(
string fileName,
Stream stream
)
Public Sub New (
fileName As String,
stream As Stream
)
Parameters
- fileName
- Type: SystemString
Attachment file name. - stream
- Type: System.IOStream
A stream.
See Also